object fGroupUpdateFreqDlg: TfGroupUpdateFreqDlg Left = 343 Top = 352 BorderStyle = bsDialog Caption = 'fGroupUpdateFreqDlg' ClientHeight = 302 ClientWidth = 496 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object bvlBottom: TBevel Left = 0 Top = 252 Width = 496 Height = 50 Align = alBottom Shape = bsTopLine end object htmlUpdate: THTMLabel Left = 16 Top = 16 Width = 468 Height = 19 AnchorHint = False AutoSizing = True AutoSizeType = asVertical Ellipsis = False HintShowFull = False Hover = False HoverColor = clNone HoverFontColor = clNone HTMLHint = False HTMLText.Strings = ( '(set at runtime)') ShadowColor = clGray ShadowOffset = 2 URLColor = clBlue VAlignment = tvaTop end object htmlImportant: THTMLabel Left = 16 Top = 184 Width = 468 Height = 58 AnchorHint = False AutoSizing = False AutoSizeType = asVertical Ellipsis = False HintShowFull = False Hover = False HoverColor = clNone HoverFontColor = clNone HTMLHint = False HTMLText.Strings = ( '(set at runtime)') ShadowColor = clGray ShadowOffset = 2 URLColor = clBlue VAlignment = tvaTop end object chkAutoUpdate: TCheckBox Left = 16 Top = 102 Width = 424 Height = 17 Caption = 'chkAutoUpdate' Checked = True State = cbChecked TabOrder = 0 OnClick = chkAutoUpdateClick end object btnOK: TButton Left = 322 Top = 266 Width = 75 Height = 25 Caption = 'btnOK' Default = True TabOrder = 4 OnClick = btnOKClick end object btnCancel: TButton Left = 408 Top = 266 Width = 75 Height = 25 Cancel = True Caption = 'btnCancel' ModalResult = 2 TabOrder = 5 end object txtAutoUpdateFreq: TnbEdit Left = 16 Top = 130 Width = 47 Height = 21 Color = clBtnFace Enabled = False Font.Charset = DEFAULT_CHARSET Font.Color = clBtnText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 Text = '1' end object updAutoUpdateFreq: TUpDown Left = 63 Top = 130 Width = 16 Height = 21 Associate = txtAutoUpdateFreq Enabled = False Min = 1 Max = 32000 Position = 1 TabOrder = 2 end object cboAutoUpdateInterval: TComboBox Left = 87 Top = 130 Width = 96 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 3 OnChange = cboAutoUpdateIntervalChange end end